home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Utils / GParted Live CD / Bin / gparted-livecd-0.2.2.iso / fake / needwrite / etc / inputrc < prev    next >
Encoding:
Text File  |  2006-01-27  |  850 b   |  44 lines

  1. # Begin /etc/inputrc
  2. # Modified by Chris Lynn <roryo@roryo.dynup.net>
  3.  
  4. # Make sure we don't output everything on the 1 line
  5. set horizontal-scroll-mode Off
  6.  
  7. # Enable 8bit input
  8. set meta-flag On 
  9. set input-meta On
  10.  
  11. # Turns off 8th bit stripping
  12. set convert-meta Off
  13.  
  14. # Keep the 8th bit for display
  15. set output-meta On
  16.  
  17. # none, visible or audible
  18. set bell-style none
  19.  
  20. # All of the following map the escape sequence of the 
  21. # value contained inside the 1st argument to the 
  22. # readline specific functions
  23.  
  24. "\eOd": backward-word
  25. "\eOc": forward-word
  26.  
  27. # for linux console
  28. "\e[1~": beginning-of-line
  29. "\e[4~": end-of-line
  30. "\e[5~": beginning-of-history
  31. "\e[6~": end-of-history
  32. "\e[3~": delete-char
  33. "\e[2~": quoted-insert
  34.  
  35. # for xterm
  36. "\eOH": beginning-of-line
  37. "\eOF": end-of-line
  38.  
  39. # for Konsole
  40. "\e[H": beginning-of-line
  41. "\e[F": end-of-line
  42.  
  43. # End /etc/inputrc
  44.